home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
Dice
/
examples
/
hello.c
< prev
Wrap
C/C++ Source or Header
|
1994-02-01
|
73b
|
12 lines
/*
* HELLO.C
*/
main()
{
puts("hello world");
return(0);
}